home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / Include / sys / stdio.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-20  |  695 b   |  29 lines

  1. /*  This header file is machine generated. 
  2. Modify EiC/config/genstdio.c, or the target independent source 
  3. files it reads, in order to modify this file.  Any 
  4. direct modifications to this file will be lost. 
  5. */
  6.  
  7. #define BUFSIZ    512
  8. #define EOF    -1
  9. #define FILENAME_MAX    260
  10. #define FOPEN_MAX    20
  11. #define L_tmpnam    14
  12. #define TMP_MAX    32767
  13. #define SEEK_SET    0
  14. #define SEEK_CUR    1
  15. #define SEEK_END    2
  16. #define _IOFBF    0
  17. #define _IOLBF    64
  18. #define _IONBF    4
  19. typedef double  fpos_t;
  20.  
  21. typedef struct { char dummy[32]; } FILE;
  22.  
  23. FILE * _get_stdin();
  24. FILE * stdin = _get_stdin();
  25. FILE * _get_stdout();
  26. FILE * stdout = _get_stdout();
  27. FILE * _get_stderr();
  28. FILE * stderr = _get_stderr();
  29.